home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap01 / b01a005.cc2 < prev    next >
Text File  |  1998-06-07  |  1KB  |  23 lines

  1. 0, In this chapter, you will take your 
  2. 2, first programming steps with Visual Basic. 
  3. 5, You'll learn how to open and run a 
  4. 7, program in the Visual Basic development 
  5. 8, environment and how to build a new program 
  6. 11, from scratch with Visual Basic's powerful 
  7. 13, development tools. First, I'll describe 
  8. 16, the essential commands, windows, and 
  9. 19, procedures that you can use to create and 
  10. 21, modify Visual Basic programs. You'll learn 
  11. 24, about Toolbox controls, the 
  12. 26, user-interface form, the Properties window, the 
  13. 30, Project window, and the Form Layout window. 
  14. 35, Next, you'll learn how to build a slot 
  15. 37, machine program called Lucky Seven. The 
  16. 40, three fundamental programming steps I'll 
  17. 42, follow include designing the form, 
  18. 45, setting the properties, and adding the 
  19. 47, program code. Finally, you'll learn how to 
  20. 51, compile your Visual Basic program as an 
  21. 53, executable file, the final stage in the 
  22. 56, software development process.
  23. 58, END